home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Files / FormatAsDOS / Read Me-FormatASDOSDisk < prev   
Encoding:
Text File  |  1996-08-09  |  760 b   |  19 lines  |  [TEXT/ttxt]

  1.     FormatAsDOSDisk.c
  2.  
  3.     Written by Jim Luther with some modifications by Virginia McCulloh
  4.     Apple Developer Technical Support
  5.     August, 1996, Cupertino, CA
  6.     Copyright 1996, Apple Computer, Inc.
  7.     
  8.     This snippet demonstrates how to use the newer Disk Initialization
  9.     Package calls DIXFormat() and DIXZero() to format a floppy disk as
  10.     a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in 
  11.     the IM:Files Errata Tech Note.
  12.     
  13.     Please note this snippet does not provide any prompts.  It merely takes
  14.     the floppy in the first floppy drive and reformats it as a DOS disk with 
  15.     the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate
  16.     the newer API.
  17.     
  18.     This runs under Metrowerks CodeWarrior 8 with the Universal 
  19.     Interfaces 2.1 from ETO #18.